object SaveAsForm: TSaveAsForm Left = 374 Top = 103 HelpContext = 2040 ActiveControl = SaveName BorderIcons = [] BorderStyle = bsDialog Caption = 'Save %s as' ClientHeight = 103 ClientWidth = 250 ParentFont = True HelpFile = 'dbexplr3.hlp' Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object HelpBtn: TButton Left = 168 Top = 72 Width = 75 Height = 25 Caption = '&Help' TabOrder = 0 OnClick = HelpBtnClick end object OKBtn: TButton Left = 8 Top = 72 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 88 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object NameBox: TGroupBox Left = 8 Top = 8 Width = 233 Height = 57 Caption = 'New Name' TabOrder = 3 object SaveName: TEdit Left = 16 Top = 21 Width = 201 Height = 21 TabOrder = 0 end end end